<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.RelationContrib.override">

  <require>org.nuxeo.ecm.platform.comment.service.RelationContrib</require>

  <documentation>

    This component defines the relation-related config for comments.
  

  </documentation>
  <extension point="config" target="org.nuxeo.ecm.platform.comment.service.CommentService">
    <config>
      <converterClass>
        org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
      </converterClass>
      <graphName>documentComments</graphName>
      <!-- XXX AT: these namespaces should have an ending slash -->
      <commentNamespace>http://www.nuxeo.org/comments/uid</commentNamespace>
      <documentNamespace>http://www.nuxeo.org/document/uid</documentNamespace>
      <predicateNamespace>
        http://www.nuxeo.org/predicates/isCommentFor
      </predicateNamespace>
    </config>
  </extension>

</component>
